Click or drag to resize
ConnectionAddHybridPart Method
Adds an empty hybrid part to a document.

Namespace: ICMeridianAPI
Assembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.9.0 (4.0.9.0)
Syntax
public void AddHybridPart(
	string vaultidentifier,
	string docid,
	string Name
)

Parameters

vaultidentifier
Type: SystemString
The vault in which the document resides.
docid
Type: SystemString
The unique identifier of the document inside the vault.
Name
Type: SystemString
Name for the newly created part
Remarks